From: Stefan Monnier Date: Fri, 11 May 2001 22:43:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40341 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=172c0b629b49f89b2284704070bc87bfc97ac559;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a1ca574425d..82bf32ccdf9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,11 +1,18 @@ +2001-05-11 Stefan Monnier + + * gud.el (gud-jdb-build-source-files-list): Fix paren typo. + + * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'. + + * files.el (auto-mode-alist): Add *.perl and fix the *. case. + 2001-05-11 Gerd Moellmann * startup.el (command-line): If parameters have been changed in the init files which influence font selection, clear the face cache so that faces get realized with the new parameters. - * Makefile.in (compile-files): Redirect output of chmod to - /dev/null. + * Makefile.in (compile-files): Redirect output of chmod to /dev/null. 2001-05-10 Stefan Monnier